Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Solution found

We did couple of changes in the code and is worked fine.

We have used C API function "NSFNotesVerifySignature" in the code.

Syntex for that function is as below:
STATUS LNPUBLIC NSFNotesVerifySignature(
NOTEHANDLE hNote,
char far *SignatureItemName,
TIMEDATE far *retWhenSigned,
char far *retSigner,
char far *retcertifier)

We have declared hNote as an integer and retSigner,retcertifier as CONST 256

this caused overflow error message. We have changed the type as Long for hNote and changed CONST value to 255.

May be in release 9,they could have change the maximum character supported for char type to 255.

Thanks for all, who sapred some time for me in finding out this solution.



Feedback response number WEBB9VVHDF created by ~Vanessa Kiresamanoden on 04/24/2015

"Overflow" error in lotus Notes (~Vanessa Kiresa... 21.Apr.15)
. . Question (~Sean Eljumigon... 21.Apr.15)
. . . . yes (~Vanessa Kiresa... 21.Apr.15)
. . . . . . Why? (~Martha Lopjipy... 21.Apr.15)
. . . . . . . . IBM C API function - NSFNoteVerifyS... (~Vanessa Kiresa... 22.Apr.15)
. . . . . . . . . . I'm out (~Martha Lopjipy... 22.Apr.15)
. . . . . . . . . . Post the code (~Judy Ektumizen... 23.Apr.15)
. . . . . . . . . . . . Solution found (~Vanessa Kiresa... 24.Apr.15)
. . . . . . . . . . . . . . Thank you! (~Joseph Zekpone... 4.May.15)
. . Debug... (~Dan Kikiterobu... 21.Apr.15)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS